home *** CD-ROM | disk | FTP | other *** search
- // HQPreferencesController.h
- //
- // You may freely copy, distribute, and reuse the code in this example.
- // Apple disclaims any warranty of any kind, expressed or implied, as to its
- // fitness for any particular use.
-
- // If you need a Preferences dialog, here is a class to get started with.
- // Just uncomment the next line.
- // #define ENABLE_PREFERENCES
-
- #ifdef ENABLE_PREFERENCES
-
- #import <AppKit/AppKit.h>
-
- @interface HQPreferencesController : NSWindowController {}
-
- + (id)sharedPreferencesController;
-
- - (void)readDefaults;
-
- @end
-
- extern NSString *HQPreferencesDidChangeNotification;
-
- #endif
-